net.UnixListener.accept (method)

3 uses

	net (current package)
		unixsock.go#L247: 	c, err := l.accept()
		unixsock.go#L260: 	c, err := l.accept()
		unixsock_posix.go#L171: func (ln *UnixListener) accept() (*UnixConn, error) {